Don't log every time around the big transaction writing the device details.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 2 Dec 2005 15:35:22 +0000 (15:35 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 2 Dec 2005 15:35:22 +0000 (15:35 +0000)
commit6d3895e2434e8c219c2fcc9a82795442f5ffec8a
tree8a2713885daa0146a75e43139f22e3c584d64668
parent73f56f3e9b7fb8a4c84f1fdd7e97652cc36698fe
Don't log every time around the big transaction writing the device details.
This transaction may be starved for a short while, and logging inside the while
loop won't help!

Use new xstransact.complete to tidy up one other transaction.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/server/DevController.py